home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel-075.lha / feel0.75 / AddOns / README < prev    next >
Text File  |  1992-04-30  |  458b  |  11 lines

  1. Source for Pvm, dbm, YY interfaces.
  2.  
  3. There is example code for pvm in the Libs/Pvm/DVSM directory. The
  4. modules that work are takfut and futgroeb.em. The others are still
  5. being written. These two should allow you to check that the system
  6. works though.
  7.  
  8. This code is probably not compilable as it stands --- You need a copy
  9. of pvm, plus a couple of changes to make it interface to feel. These
  10. involve #defining malloc to be feel_malloc, and free to feel_free.
  11.